Rm *.d's in subdirs, too.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 29 Apr 2003 17:14:24 +0000 (17:14 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 29 Apr 2003 17:14:24 +0000 (17:14 +0000)
gpsbabel/Makefile

index 3a8b962dae5e24248c7c76a0228c1c4e0ed71bd5..c0e429571c9764af6ca2a4b62b1e761018404e4c 100644 (file)
@@ -51,7 +51,7 @@ leaktest:
        tools/memdebug | grep -v '^command line:'
 
 dep:
-       make clean && make CC="gcc -MMD"  && cat *.d */*.d > /tmp/dep && rm *.d
+       make clean && make CC="gcc -MMD"  && cat *.d */*.d > /tmp/dep && rm *.d */*.d
        (echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e "\t./mkstyle.sh > internal_styles.c" ) >> /tmp/dep
        echo Edit Makefile and bring in /tmp/dep